home *** CD-ROM | disk | FTP | other *** search
/ Freelog 100 / FreelogNo100-NovembreDecembre2010.iso / Musique / solfege / solfege-win32-3.17.0.exe / {app} / share / doc / cairo_1.8.8-3_win32 / COPYING next >
Text File  |  2010-08-20  |  2KB  |  33 lines

  1. Cairo is free software.
  2.  
  3. Every source file in the implementation[*] of cairo is available to be
  4. redistributed and/or modified under the terms of either the GNU Lesser
  5. General Public License (LGPL) version 2.1 or the Mozilla Public
  6. License (MPL) version 1.1.  Some files are available under more
  7. liberal terms, but we believe that in all cases, each file may be used
  8. under either the LGPL or the MPL.
  9.  
  10. See the following files in this directory for the precise terms and
  11. conditions of either license:
  12.  
  13.     COPYING-LGPL-2.1
  14.     COPYING-MPL-1.1
  15.  
  16. Please see each file in the implementation for copyright and licensing
  17. information, (in the opening comment of each file).
  18.  
  19. [*] The implementation of cairo is contained entirely within the "src"
  20. and "pixman" directories of the cairo source distribution. There are
  21. other components of the cairo source distribution (such as the "test"
  22. and "perf") that are auxiliary to the library itself. None of the
  23. source code in these directories contributes to a build of the cairo
  24. library itself, (libcairo.so or cairo.dll or similar).
  25.  
  26. These auxilary components are also free software, but may be under
  27. different license terms than cairo itself. For example, most of the
  28. test cases in the perf and test directories are made available under
  29. an MIT license to simplify any use of this code for reference purposes
  30. in using cairo itself. Other files might be available under the GNU
  31. General Public License (GPL), for example. Again, please see the
  32. opening comment of each file for copyright and licensing information.
  33.